home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dsz_bats.zip / SZ.BAT < prev   
DOS Batch File  |  1987-10-27  |  350b  |  17 lines

  1. echo off
  2. rem ;-------------------------------------------------------
  3. rem ; DSZ Zmodem Send Setup
  4. rem ; filename = sz.bat
  5. rem ;
  6. rem ; MNP modems - add the HANDSHAKE BOTH option
  7. rem ;-------------------------------------------------------
  8. cls
  9. cd\qm\up
  10. SET DSZOPT=r
  11. SET DSZPORT=2
  12. DSZ pB6144 d sz %3
  13. SET DSZOPT=
  14. SET DSZPORT=
  15. echo.
  16. cd\qm
  17.